[O2B-1481] Env overview should correctly resize the table#2021
Merged
graduta merged 5 commits intoNov 18, 2025
Merged
Conversation
Updated TABLEROW_HEIGHT to 58 and PAGE_USED_HEIGHT to 181 to reflect the current state of page. Modified the related test to expect 9 environments per page instead of 10 due to the test browser now only having space for this many rows.
EnvironmentOverviewModel now extends OverviewPageModel, removing redundant pagination and data fetching logic. The model's parent's loadOverview method is updated to use the new loading logic. Component is sent whole model not just sections, given it has more utility now.
…odes Added tests to verify that loadOverview does not trigger a load when infinite scroll is enabled, and does trigger a load when infinite scroll is disabled.
graduta
approved these changes
Nov 18, 2025
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
I have a JIRA ticket
Notable changes for users:
Notable changes for developers:
OverviewPageModel.Changes made to the database: